Click or drag to resize

LockEntry Constructor (LockScope, String)

Initializes a new instance of the LockEntry class.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public LockEntry(
	LockScope scope,
	string type
)

Parameters

scope
Type: Independentsoft.WebdavLockScope
A lock scope.
type
Type: SystemString
A lock type.
See Also